projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a623424
)
(lisp-mode-variables): Set outline-regexp.
author
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Feb 1994 22:36:24 +0000
(22:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Thu, 24 Feb 1994 22:36:24 +0000
(22:36 +0000)
lisp/emacs-lisp/lisp-mode.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/lisp-mode.el
b/lisp/emacs-lisp/lisp-mode.el
index 590de3d05230addd9b17cc853ecdb0113804bbe7..a488b954422b75e9a87cd7ec5aa7ceab551f468a 100644
(file)
--- a/
lisp/emacs-lisp/lisp-mode.el
+++ b/
lisp/emacs-lisp/lisp-mode.el
@@
-95,6
+95,8
@@
(setq indent-region-function 'lisp-indent-region)
(make-local-variable 'parse-sexp-ignore-comments)
(setq parse-sexp-ignore-comments t)
+ (make-local-variable 'outline-regexp)
+ (setq outline-regexp ";;; \|(....")
(make-local-variable 'comment-start)
(setq comment-start ";")
(make-local-variable 'comment-start-skip)